caf3aabdb00b882bbcc030e346fda186a910bf83,apps/sparkpost-samples-app/src/main/java/com/sparkpost/samples/DeliverabilityMetricsSample.java,DeliverabilityMetricsSample,deliverabilityBounceReasonMetrics,#,402

Before Change


     * See: https://developers.sparkpost.com/api/#/reference/metrics/time-series/bounce-reason-metrics
     */
    private void deliverabilityBounceReasonMetrics() throws SparkPostException, IOException {
        this.client = this.newConfiguredClient();

        String from = FROM_DATE;
        String to = null;

After Change


     * See: https://developers.sparkpost.com/api/#/reference/metrics/time-series/bounce-reason-metrics
     */
    private void deliverabilityBounceReasonMetrics() throws SparkPostException, IOException {
        Client client = this.newConfiguredClient();

        String from = FROM_DATE;
        String to = null;